home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-01-28 | 302 b | 14 lines | [TEXT/ToyS] |
- tell application "JUNO Librarian"
- activate -- if needed
- set x to Parameter 16 of Window "Sample"
- set x to (round (x ÷ 8) rounding down)
- set x to x * 8
-
- -- select 1 of 3
- -- set x to x + 1 -- 16"
- -- set x to x + 2 -- 8"
- set x to x + 4 -- 4"
-
- copy x to Parameter 16 of Window "Sample"
- end tell
-